home *** CD-ROM | disk | FTP | other *** search
- /* This file defines where gle library stuff is to be installed in the
- unix file system, This tree contains the help, example and
- font files.
- (done in make file)
-
- #define GLEPATH "/usr/local/gle/"
- */
-
- /* This defines where gle backend binaries are to be installed,
- normally in /usr/local/bin
- NOTE: this is not actually used, this must be a directory which
- is in the PATH or gle won't find it's binaries.
- */
- #define GLEBINS "/usr/local/bin"
-